home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / LinAlg 3.1 / LinAlg / NumMath.dr < prev    next >
Encoding:
Text File  |  1995-12-22  |  1.7 KB  |  53 lines  |  [TEXT/ALFA]

  1.             Numerical Mathematical Library
  2.  
  3. README            Simple Introduction plus revision history
  4. Makefile        Makefile for making the library
  5.  
  6.         Linear Algebra, Basic Operations
  7. LinAlg.h        Declaration of Matrices, Vectors, etc. over
  8.             real numbers
  9. matrix1.cc        Level 1 BLAS, element-wise operations
  10. matrix2.cc        Level 2 BLAS, multiplications
  11. matrix_sub.cc        Level 1 & 2 BLAS, Matrix row/col/diag
  12. matrix_inv.cc        Find a matrix inverse
  13. vector.cc        Specific vector operations, Level 1 & 2 BLAS
  14. determinant.cc        Evaluate the determinant of a square matrix
  15.  
  16. vvector.cc        Verify operations on vectors
  17. vvector.dat        Verification protocol
  18.  
  19. vmatrix.cc        Verify primitive operations on matrices
  20. vmatrix1.cc        Verify multiplication/inv operations on matrices
  21. vmatrix.dat        Verification protocol
  22. vmatrix1.dat        Verification protocol
  23.  
  24. sample_adv.cc        Sample code demonstrating a few "advanced" features
  25. sample_adv.dat        and comparisons with the traditional style
  26.  
  27.  
  28.         Numerical Math
  29. math_num.h        Declaration of the routines implementing various
  30.             numerical math algorithms
  31.  
  32. ali.cc            Interpolation over the table of function values
  33. vali.cc            Verification program
  34. vali.dat        Verification protocol
  35.  
  36. hjmin.cc        Hooks-Jeevse multivariate optimization
  37. vhjmin.cc        Validation code
  38. vhjmin.dat        Validation test run
  39.  
  40. zeroin.cc        Brent's root finder
  41. fminbr.cc        Brent's one-dimensional minimizer
  42. vzeroin.cc        Verification program
  43. vfminbr.cc        Verification program
  44. vzeroin.dat        Verification protocol
  45. vfminbr.dat        Verification protocol
  46.  
  47. svd.h            Singular Value Decomposition
  48. svd.cc            Implementation of the SVD class
  49. vsvd.cc            Verification code
  50. vslesing.cc        Verification of the SVD applications
  51. vsvd.dat        Verification protocol
  52. vslesing.dat        Verification protocol
  53.